home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / knowhow4 / khpxeerr.cpp < prev    next >
C/C++ Source or Header  |  1994-10-10  |  418b  |  12 lines

  1. #include "khpxeerr.h"
  2.  
  3. int pxErr;
  4. int khPxErr;
  5. char* KH_ERRORS[] = {
  6.              "",                              // No error
  7.              "No checked fields in querry",
  8.              "Table is not linked with others. Use EXAMPLE",
  9.              "Incompatible field types with the same EXAMPLE"
  10.              "Condition on BLOB field", // Use it in your error check
  11.              "Example on BLOB field"    // Use it in your error check
  12.              };